home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / dev / gui / muibuilderv11.lha / muibuilder / mb / c / locale / Small_Example.h < prev    next >
C/C++ Source or Header  |  1994-03-06  |  256b  |  15 lines

  1. struct ObjApp
  2. {
  3.     APTR    App;
  4.     APTR    WI_smallexample;
  5.     APTR    GROUP_ROOT_0;
  6.     APTR    GR_lists;
  7.     APTR    LV_label_0;
  8.     APTR    LV_label_1;
  9.     APTR    GR_grp_1;
  10.     APTR    BT_ok;
  11.     APTR    BT_cancel;
  12. };
  13.  
  14. extern struct ObjApp * CreateApp( void );
  15. extern void DisposeApp( struct ObjApp * );